net/http.pattern.method (field)
11 uses
net/http (current package)
pattern.go#L21: method string
pattern.go#L106: p := &pattern{str: s, method: method}
pattern.go#L261: if p1.method == p2.method {
pattern.go#L264: if p1.method == "" {
pattern.go#L268: if p2.method == "" {
pattern.go#L271: if p1.method == "GET" && p2.method == "HEAD" {
pattern.go#L275: if p2.method == "GET" && p1.method == "HEAD" {
routing_tree.go#L48: n = n.addChild(p.method)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)